home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 December
/
Designer's Club 1997 December.iso
/
pc
/
IDEASRC
/
Main.Dir
/
00011.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-11-12
|
301 b
|
16 lines
on exitFrame
go(the frame)
repeat with n = 2 to 8
if rollOver(n) then
set the visible of sprite n to 0
updateStage()
end if
end repeat
repeat with n = 2 to 8
if not rollOver(n) then
set the visible of sprite n to 1
updateStage()
end if
end repeat
end